tableView调用
- (void)setExtraCellLineHidden: (UITableView *)tableView
{
UIView *view = [[UIView alloc]init];
view.backgroundColor = [UIColor clearColor];
[tableView setTableFooterView:view];
}
tableView调用
- (void)setExtraCellLineHidden: (UITableView *)tableView
{
UIView *view = [[UIView alloc]init];
view.backgroundColor = [UIColor clearColor];
[tableView setTableFooterView:view];
}
Dean阅读 1.8k
Swift社区赞 4阅读 318
Swift社区赞 4阅读 308
Swift社区赞 4阅读 280
Swift社区赞 4阅读 265
Swift社区赞 4阅读 145
Swift社区赞 3阅读 406评论 1
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。